

* {
  box-sizing: border-box;
  /* THIS IS CAUSING THE SHORTINGING IN THE HEADER BUT I NEED IT FOR THE ABOUT PAGE  */
}
.left {
float: inline-start;
display: flex;
flex: 100%;
width: 50%;
padding: 3%;
  }
.right {
float: inline-end;
display: flex;
flex: 100%;
width: 50%;
padding-right: 3%;
padding-top: 3%;
align-items: center;
}

/* Use a media query to add a break point at 800px: */
@media screen and (max-width: 800px) {
.left, .right {
width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
padding: 3%;
  }    }


/* lightbox- this is the click on an image effect */
#lightbox {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  display: none;
}

#lightbox.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

#lightbox img {
  height: 95%;
  width:fit-content;
  padding: 3px;   /*border size*/
  background-color: black;
  border: 2px solid white;
}

@media screen and (max-width: 800px) {
  #lightbox img {
    width: 92%;
    height:fit-content;
  
    }    }

/*end lightbox stuff*/




.mailing {
  text-align: center;
}

/*genral*/

p { text: size 1em;
  text-decoration: none;
}
  
a, a:hover{ text-decoration: none;}

img { width: 90%;
}

h6 {font-size: 1em;margin: 0;color: #000000; font-variant: normal;}

body {margin:0;padding:0;line-height: 1.5em;background:
   #fff;
   color: #000;letter-spacing: 1px;
  }

#header {background-color: #ffffff;
  padding-top: 20px;
  font-size: 20px;
  padding-left: 3%;
  font-weight: normal;
  letter-spacing: 1px;
  height: 40px;
  text-align: left;
  border-bottom: 1px solid #ffffff;   /*the lines that used to be around the nav bar pt 1*/
}

#header a{color:#672828; text-decoration: none;}



/*upcoming banner*/
marquee{
background-color: hsl(306, 100%, 77%), 100%, 75%);
height: 25px;
vertical-align:middle;
behavior: alternate;
font-size: 1.1em;margin: 0;color: #000000; font-variant: normal;
text-decoration: none;
  }
#marquee a{text-decoration: none;}


/*Navigation bar*/

#navtop li {display: inline;list-style-type: none;}
#navtop a {padding: 3px 10px;}
#navtop a:link, #navtop a:visited {color: #000;text-decoration: none;border: 1px solid #ffffff;outline:none;}    /*border around the text box buttons*/
#navtop a:hover{color: #000;background-color: #ffffff;text-decoration: none;border: 1px solid#672828;}
.navbottom {margin-left: 0;padding-left: 0;}
#maincontainer {width: 30%;margin: 50px auto;}
#contentwrapper {float: left;width: 100%;}
 

ul#navtop {background-color: #ffffff;
  margin: 0; padding: 10px 0 10px 30px;
  white-space: nowrap;
  border-bottom: 1px solid #ffffff;   /*the lines that used to be around the nav bar pt 2*/
  font-size: 18px;
}



/*Content Styles*/

#contentcolumn {font-size: 1em;}
a,a:active,a:visited {outline:none;color: #626258;text-decoration: underline;}
a:hover {color: #939384;text-decoration: none;}
h1,h2,h3 {font-size: 1.3em;margin: 0;color: #626258;}
h4,h5{font-size: 1.1em;margin: 0;color: #626258}
#list {margin-left: 20px;padding-left: 0;list-style: none;}
#list li {padding-left: 10px;background: url(images/list.gif) no-repeat 0 7px;}
div.hr {margin: 20px 0 20px 0;height: 10px;background: #fff url(images/hr.gif);}
div.hr hr {display: none;}
#columns {margin: 0;}
#columns li {list-style-type: none;}
#leftcolumn {float: left;width: 48%;font-size: 1em;}
#leftcolumn li {padding-left: 15px;background: url(images/link.gif) no-repeat 0 5px;}
#rightcolumn {float: right;width: 48%;font-size: 1em;}
#rightcolumn li {padding-left: 15px;background: url(images/link.gif) no-repeat 0 5px;}
#footer {clear: left;width: 100%;border-top: 40px solid #fff;border-bottom: 20px solid #fff;font-size: 0.9em;}

/*Image and Gallery Styles

.imgleft {float: left;margin: 6px 10px 0 0;}
.imgright {float: right;margin: 6px 0 0 10px;}

/*.gallery {margin-right: 5px;border: none;}*/

/*.gallery_right_img {margin-right: 0;border: none;}
*/
